﻿2026-08-03T01:33:42.5275592Z ##[group]Run actions/checkout@v5
2026-08-03T01:33:42.5276165Z with:
2026-08-03T01:33:42.5276522Z   fetch-depth: 0
2026-08-03T01:33:42.5276935Z   repository: BigscreenVR/spt-bs-core
2026-08-03T01:33:42.5280602Z   token: ***
2026-08-03T01:33:42.5280978Z   ssh-strict: true
2026-08-03T01:33:42.5281369Z   ssh-user: git
2026-08-03T01:33:42.5281750Z   persist-credentials: true
2026-08-03T01:33:42.5282171Z   clean: true
2026-08-03T01:33:42.5282550Z   sparse-checkout-cone-mode: true
2026-08-03T01:33:42.5283011Z   fetch-tags: false
2026-08-03T01:33:42.5283401Z   show-progress: true
2026-08-03T01:33:42.5283793Z   lfs: false
2026-08-03T01:33:42.5284141Z   submodules: false
2026-08-03T01:33:42.5284546Z   set-safe-directory: true
2026-08-03T01:33:42.5284999Z   allow-unsafe-pr-checkout: false
2026-08-03T01:33:42.5285452Z ##[endgroup]
2026-08-03T01:33:42.6036931Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T01:33:42.6038650Z ##[group]Getting Git version info
2026-08-03T01:33:42.6039614Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T01:33:42.6041130Z [command]/usr/bin/git version
2026-08-03T01:33:42.6041622Z git version 2.43.0
2026-08-03T01:33:42.6051152Z ##[endgroup]
2026-08-03T01:33:42.6058811Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/29efdaa3-2c03-44a5-bc5a-7bd7e1bd42e9/.gitconfig'
2026-08-03T01:33:42.6065962Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/29efdaa3-2c03-44a5-bc5a-7bd7e1bd42e9' before making global git config changes
2026-08-03T01:33:42.6068717Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T01:33:42.6069996Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T01:33:42.6102183Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T01:33:42.6120436Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T01:33:42.6130310Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T01:33:42.6132951Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T01:33:42.6155455Z refs/heads/golden/gc-fix-125
2026-08-03T01:33:42.6161384Z [command]/usr/bin/git checkout --detach
2026-08-03T01:33:42.6468501Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T01:33:42.6514423Z [command]/usr/bin/git branch --delete --force golden/gc-fix-125
2026-08-03T01:33:42.6552909Z Deleted branch golden/gc-fix-125 (was 184f2ac4e).
2026-08-03T01:33:42.7317814Z ##[endgroup]
2026-08-03T01:33:42.7321302Z [command]/usr/bin/git submodule status
2026-08-03T01:33:42.7564447Z ##[group]Cleaning the repository
2026-08-03T01:33:42.7567727Z [command]/usr/bin/git clean -ffdx
2026-08-03T01:33:47.0757096Z Removing .adapter-notify/
2026-08-03T01:33:47.0758162Z Removing bench-ledger/
2026-08-03T01:33:47.0758501Z Removing target/
2026-08-03T01:33:47.0766797Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T01:33:47.1000307Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T01:33:47.1006604Z ##[endgroup]
2026-08-03T01:33:47.1008337Z ##[group]Disabling automatic garbage collection
2026-08-03T01:33:47.1012464Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T01:33:47.1038299Z ##[endgroup]
2026-08-03T01:33:47.1038780Z ##[group]Setting up auth
2026-08-03T01:33:47.1044240Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T01:33:47.1068304Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-03T01:33:47.1262051Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T01:33:47.1285726Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-03T01:33:47.1470017Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T01:33:47.1494317Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T01:33:47.1687187Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T01:33:47.1717819Z ##[endgroup]
2026-08-03T01:33:47.1718301Z ##[group]Fetching the repository
2026-08-03T01:33:47.1724044Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-03T01:33:47.6918091Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-03T01:33:47.6919560Z  - [deleted]             (none)     -> origin/golden/bench-wiring
2026-08-03T01:33:52.5751788Z  * [new branch]          fix/swarm-discovery-gc-spin -> origin/fix/swarm-discovery-gc-spin
2026-08-03T01:33:52.5821552Z [command]/usr/bin/git branch --list --remote origin/golden/gc-fix-125
2026-08-03T01:33:52.5873587Z   origin/golden/gc-fix-125
2026-08-03T01:33:52.5880213Z [command]/usr/bin/git rev-parse refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:33:52.5898141Z 184f2ac4e0f9df9d805a81c302a1409762fac2f8
2026-08-03T01:33:52.5901609Z ##[endgroup]
2026-08-03T01:33:52.5902100Z ##[group]Determining the checkout info
2026-08-03T01:33:52.5902589Z ##[endgroup]
2026-08-03T01:33:52.5905919Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T01:33:52.5945455Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T01:33:52.5968751Z ##[group]Checking out the ref
2026-08-03T01:33:52.5972362Z [command]/usr/bin/git checkout --progress --force -B golden/gc-fix-125 refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:33:52.6029583Z Switched to a new branch 'golden/gc-fix-125'
2026-08-03T01:33:52.6030084Z branch 'golden/gc-fix-125' set up to track 'origin/golden/gc-fix-125'.
2026-08-03T01:33:52.6034988Z ##[endgroup]
2026-08-03T01:33:52.6070615Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T01:33:52.6095936Z 184f2ac4e0f9df9d805a81c302a1409762fac2f8
